home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
maple_st.swf
/
scripts
/
DefineButton2_1047
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
257 b
|
14 lines
on(release){
if(_root.itemwin._visible == 1)
{
_root.itemwin._visible = 0;
}
else
{
_root.itemwin._visible = 1;
}
var mybtnsound = new Sound();
mybtnsound.attachSound("btnclickmp3");
mybtnsound.start();
}